home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / boot142.arc / 123.TXT next >
Text File  |  1991-07-03  |  1KB  |  34 lines

  1. From a 3 page article on SHARE by Bill Lawton of IBM in the Issue 4,
  2. 1990 edition of Personal Systems.  Here are some excerpts:
  3.  
  4. "Share is an extension of DOS that provides 4 major functions:
  5.  
  6.  o File sharing - SHARE is required is the machine is a PC local area
  7.    network (LAN) file server
  8.  
  9.  o File locking
  10.  
  11.  o Diskette change protection
  12.  
  13.  o Support for File Control Blocks (FCB) file I/O on fixed-disk
  14.    partitions greater than 32 MB.  SHARE is required if any partitions
  15.    are greater than 32 MB."
  16.  
  17. "A function of SHARE not commonly known is the diskette change
  18. protection.  SHARE does not actually contain the diskette change
  19. logic, but this logic in DOS is inactive (turned off) unless SHARE is
  20. loaded.  This function allows DOS to ensure that users do not remove a
  21. diskette from a disk drive while a file is open on that diskette.
  22. This will prevent the data corruption that could occur without this
  23. protection."
  24.  
  25. "Some applications do not expect any form of file-sharing rule to be
  26. enforced during file opens, and therefore may not work with SHARE
  27. loaded unless this function is inactive.  This is why DOS loads a
  28. partial function version of SHARE if it detects a 'greater than 32 MB'
  29. partition, and SHARE is not already loaded."
  30.  
  31. "If any of the inactive functions are needed, one of the other methods
  32. to load SHARE during bootup [i.e. from CONFIG.SYS, from AUTOEXEC.BAT]
  33. must be used; or SHARE can be loaded from the command line."
  34.